* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    font-size: 100px;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-size: 100px;
    width: 100%;
    overflow-x: hidden;
}

*:before,
*:after {
    box-sizing: content-box;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
    font-size: 0.14rem;
}

p,
span,
i,
u,
a,
img,
ul,
li,
div,
br,
b,
strong,
font,
br,
input,
button {
    font-size: 0.14rem;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.clear {
    clear: both;
}

.container1 {
    width: 100%;
    padding: 0 8%;
    box-sizing: border-box;
}



.pagecontainer{
    width: 84%;
    margin: 0 auto;
    max-width: 1600px;

}

/*top*/



.header{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    height: 1rem;
    background: rgba(255, 255, 255, 0.5) ;
}


.header .top_con{
    margin: 0 auto;
    width: 94%;
    align-items: center;
    display: flex;

}

.header .top_con .logo{
    float: left;
    width: 17.5%;
    position: relative;
}


.header .top_con .logo img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}



/*nav*/

.nav_bg{
    width: 55%;
    margin: 0px 0 0 11%;
    height: 1rem;
    position: relative;
    float: left;

}


.nav_bg .t_nav{
    margin: 0 auto;

}

.nav_bg .t_nav>ul{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav_bg .t_nav>ul>li{
    float: left;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 14%;
    box-sizing: content-box;
}


.nav_bg .t_nav>ul>li>a{
    display: block;
}

.nav_bg .t_nav>ul>li>a>span{
    display: inline-block;
    font-size: 0.16rem;
    color: #000;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-sizing: content-box;
    line-height: 1rem;
    position: relative;
    z-index: 5;
}



.nav_bg .t_nav>ul>li:hover>a>span{
  color: #334a80;
}



.nav_bg .t_nav>ul>li.another>a>span{
  color: #334a80;
}


.t_nav ul li .submenu {

    display: none;

    position: absolute;

    top: 1rem;

    left: 0px;

    background: #334a80;

    width: 100%;

    z-index: 999;
    overflow: hidden;

}

.t_nav ul li:hover .submenu{
  display: block;
}

.t_nav ul li .submenu li {

    padding: 0;

    background: none;

    height: 45px;

    line-height: 45px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.5);

}



.t_nav ul li .submenu>li>a {

    float: none;

    text-align: center;

    font-size: 14px;

    height: 45px;

    line-height: 45px;

    background: none;

    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;

    width: 96%;

    font-weight: normal;

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
    padding: 0 2%;
    box-sizing: content-box;

}


.t_nav ul li .submenu li a:hover {

    background: #3b5695;

    text-decoration: none;

}


.fixedNav {
    margin: 0 auto;
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    box-shadow: 0px 10px 12px rgba(0,0,0,.1);
}



.header .tel{
  float: left;
  margin: 0rem 0 0 2%;
  background: url(../images/tel.png) no-repeat left center;
  background-size: 0.29rem 0.29rem;
  padding-left: 0.55rem;
  font-size: 0.26rem;
  font-family: "Impact";
  font-weight: bold;
  color: #334a80;

}



.header .search {
  z-index: 99;
  height: 0.25rem;
  width: 0.25rem;
  float: right;
  margin: 0rem 0 0 1.5%;
  position: relative;
}

.header .search  .searchIco {
  display: block;
  margin: auto;
  height: 0.25rem;
  width: 0.25rem;
  overflow: hidden;
  cursor: pointer;
}
.header .search  .searchIco em {
  display: block !important;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .search  .searchIco em.show {
  background: url(../images/sou.png) center  no-repeat;
  background-size: 100%;
}
.header .search  .searchIco em.hide {
  background: url(../images/sou.png) center  no-repeat;
  background-size: 100%;
}
.header .search  .searchIco.top em {
  top: -100%;
}
.header .search  .searchBox {
width: 0;
height: 40px;
position: absolute;
right: 100%;
background: #fff;
top: -0.1rem;
right: 0.3rem;
overflow: hidden;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.header .search  .searchBox .searchInp {
  width: 250px;
  height: 40px;
  border: none;
  line-height: 40px;
  background: none;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
}
.header .search  .searchBox .searchInp::-webkit-input-placeholder {
  color: #adadad;
}
.header .search  .searchBox .searchInp:focus::-webkit-input-placeholder,
.header .search  .searchBox .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.header .search  .searchBox .submitBtn {
  position: absolute;
  right: 10px;
  top: 3px;
  background: url(../images/sou.png) center center no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  float: right;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .search  .searchBox.searchShow {
  width: 300px;
}
.header .search  .searchBox.searchShow .submitBtn {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .search  .searchBox.searchShow .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}






/* phone_header*/

.phone_header{
    width: 100%;
    margin: 0 auto;
    display: none;
}

.headerTop {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 1rem;
  }
  .headerTop .headerTel {
    float: left;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
  }
  .headerTop .headerTel a {
    display: block;
  }
  .headerTop .headerTel a img {
    width: auto;
    height: 0.6rem;
    float: left;
    display: block;
  }


  .headerTop .headerTel a span{
      display: block;
      font-size: 0.2rem;
      color: #333333;
      font-weight: bold;
        float: left;
        line-height: 0.4rem;
  }

  .headerTop .headerTel {
    float: left;
    margin-top: 0.22rem;
    margin-left: 0.2rem;
  }



  .headerTop .headerMenu {
    position: relative;
    width: 0.5rem;
    height: 0.42rem;
    top: 0.27rem;
    right: 0.2rem;
    float: right;
  }
  .headerTop .headerMenu span {
    width: 0.5rem;
    height: 0.42rem;
    background: url(../images/menu.png) no-repeat center;
    display: block;
    background-size: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .Nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    background: #334a80;
    display: none;
    overflow-x: hidden;
  }
  .Nav .navBox .close {
    height: 0.45rem;
    width: 0.45rem;
    position: absolute;
    top: 2%;
    right: 2%;
  }
  .Nav .navBox .close img {
    width: 100%;
  }
  .Nav .navBox h4 {
    text-align: center;
    color: #fff;
    font-size: 0.46rem;
    margin-top: 0.5rem;
    font-weight: bold;
  }
  .Nav .navBox ul {
    width: 80%;
    padding: 0 10%;
    margin-top: 20%;
    box-sizing: content-box;
  }
  .Nav .navBox ul li a {
    text-align: center;
    line-height: 3.2;
    color: #fff;
    font-size: 0.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


  @media (max-width: 1600px){




  }


  @media (max-width: 1440px){



}



@media (max-width: 980px){
    .pagecontainer{
        width: 94%;
    }

    .header{
        display: none;
    }

    .nav_bg{
        display: none;
    }

    .phone_header{
        display: block;
    }

}




/*footer*/


.footer_bg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: #334a80;
  overflow: hidden;
  height: auto;
}



.footer_bg .footer{
  position: relative;
  z-index: 5;
  margin: 0 auto;
  height: 2.85rem;
  overflow: hidden;
  padding-top: 0.45rem;
  box-sizing: content-box;
}

.footer_bg .footer .f_l{
  float: left;
  width: 20%;
  height: 2.4rem;
  border-right: 1px solid #566993;
}

.footer_bg .footer .f_l h5{
  font-size: 0.18rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.footer_bg .footer .f_l .tel{
  margin-bottom: 0.2rem;
  background: url(../images/ftel.png) no-repeat left center;
  background-size: 0.38rem 0.38rem;
  padding-left: 0.5rem;
}

.footer_bg .footer .f_l .tel span{
  display: block;
  font-size: 0.14rem;
  color: #fefefe;
}

.footer_bg .footer .f_l .tel i{
  display: block;
  font-size: 0.26rem;
  color: #fff;
  font-family:"Impact";
  font-weight: bold;
  line-height: 0.3rem;

}

.footer_bg .footer .f_l ul li{
  font-size: 0.14rem;
  color: #fefefe;
  line-height: 0.28rem;
  
} 

.footer_bg .footer .f_fl{
  float: left;
  width: 65%;
  height: 2.4rem;
  border-right: 1px solid #566993;
  margin-left: 2.5%;
}

.footer_bg .footer .f_fl dl{
  float: left;
  width: 15%;
  margin-left: 1.5%;
}

.footer_bg .footer .f_fl dl:last-child{
  margin-right: 0;
}

.footer_bg .footer .f_fl dl dt{
  font-size: 0.18rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.footer_bg .footer .f_fl dd a{
  font-size: 0.14rem;
  color: #cccccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.3rem;
}


.footer_bg .footer .f_fl dd a:hover{
  color: #fff;
  transform: translateX(5px);
}


.footer_bg .footer .ewm{
  float: right;
  width: 1.32rem;
}

.footer_bg .footer .ewm h5{
  font-size: 0.18rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.2rem;
}


.footer_bg .footer .ewm img{
  display: block;
  width: 1.32rem;
  height: 1.32rem;
}

.footer_bg .end{
  margin: 0 auto;
  border-top: 1px solid #566993;
  font-size: 0.14rem;
  color: #cccccc;
  line-height: 0.3rem;
  padding: 0.14rem 0;
}


.footer_bg .end  a{
  font-size: 0.14rem;
  color: #cccccc;

}

.footer_bg .end  img{
  vertical-align: middle;
}




/*end*/
.m_end_bg {
  width: 100%;
  height: 56px;
  background: #fff;
  padding: 9px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.m_end_bg ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.m_end_bg ul li span img {
  display: block;
  width: 20px;
  height: 19px;
  object-fit: contain;
  margin: 0 auto 3px auto;
}
.m_end_bg ul li a {
  display: block;
  font-size: 13px;
  color: #333;
}





@media (max-width: 980px){

  .footer_bg{
    padding-bottom: 60px;
  }
  
  .footer_bg .footer{
    height: auto;
    padding-top: 0.45rem;
    padding-bottom: 0.3rem;

  }
  
  .footer_bg .footer .f_l{
    width: 70%;
    height: auto;
    border-right: none;
  }
  
  .footer_bg .footer .f_l h5{
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  
  .footer_bg .footer .f_l .tel{
    margin-bottom: 0.2rem;
    background: url(../images/ftel.png) no-repeat left center;
    background-size: 0.6rem 0.6rem;
    padding-left: 0.8rem;
  }
  
  .footer_bg .footer .f_l .tel span{

    font-size: 0.28rem;

  }
  
  .footer_bg .footer .f_l .tel i{
    font-size: 0.36rem;
    line-height: 0.4rem;
    font-weight: normal;
  
  }
  
  .footer_bg .footer .f_l ul li{
    font-size: 0.28rem;
    line-height: 0.46rem;
    
  } 
  
  .footer_bg .footer .f_fl{
    display: none;
  }

  
  .footer_bg .footer .ewm{
    width: 1.45rem;
    margin: 0rem auto;
  }
  
  .footer_bg .footer .ewm h5{
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
    text-align: center;
  }
  
  
  .footer_bg .footer .ewm img{
    display: block;
    width: 1.45rem;
    height: 1.45rem;
  }
  
  .footer_bg .end{
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.2rem 0;
  }
  
  
  .footer_bg .end  a{
    font-size: 0.28rem;
  
  }
  
  .m_end_bg{
    display: block;
  }
  
  
  #wjdh-kefu {
    display: none;
  }

}